body {
  font-family: Helvetica;
  font-size: 11;
  padding: 0px;
}

h1 {
	font-size: 25px;
	color:  Maroon;
	margin-top: 3px;
	margin-bottom: 3px;
}

h2 {
	font-size: 16px;
	color:  #355096;
	margin-top: 1px;
	margin-bottom: 0px;
}

h3 {
	font-size: 9px;
	color:  black;
	margin-top: 3px;
	margin-bottom: 3px;
}

h4 {
	font-size: 12px;
	color:  navy;
	margin-top: 3px;
	margin-bottom: 3px;
	text-indent:20px;
}

h5 {
	font-size: 10px;
	color:  black;
	margin-top: 1px;
	margin-bottom: 1px;
}

table {

	border: 0;
	font-size: 12px;
	font-family: Helvetica;
}	

.TBLN {
	font-size: 14px;
	margin-top: 3px;
	margin-bottom: 3px;
}
	<!-- text-indent:40px; -->

th {
  padding: 1px;
  vertical-align: top
}

td {
	border: 0px solid black;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
}	

a {	
  text-decoration: none;
  color: black;
  font-weight: normal
}


a:hover {
	text-decoration: underline;
	color:  #4360AB;
}

.HA th {
  color: white;
  background-image: linear-gradient( #4360AB, #355096);  /*#828282, #737373*/
  border: 0px; 
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
}

.HB th {
  background-color: #dddddd;
  border: 0px; 
  font-size: 10px;
}

.HC td {
  background-color: #D2DDFA;
  border: 0px solid gray; 
  text-align: center;	
  font-size: 10px;
  font-weight: bold;
}

p {
  background-color: white;
  border: 0px ;
  margin-top: 0em;
  margin-bottom: 0em;	
  font-family: Helvetica;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  text-indent:40px;
}


.BK_R {
  color: black ;
  text-align: right;  
}
  
.BK_L {
  color: black ;
  text-align: left;  
 } 

.BK_C {
  color: black ;
  text-align: center;  
 } 


.FLG {
  vertical-align: middle;  
  text-align: left;  
 } 

.RES {
  color: black ;
  text-align: left;
  font-size: 14px;
  text-decoration: none;
}

.COL_SPACE {
  color: white;
  background-color: #D2DDFA;
  border: 0px solid gray;  
} 


